home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / GRAPHICS / POVVB1.ZIP / TUTORIAL.TXT < prev   
Text File  |  1993-07-26  |  6KB  |  99 lines

  1. Quick and Dirty Tutorial:
  2.  
  3. Start the program.
  4. Select NEW under the Scene menu.  The a name for your new Scene file.
  5.  
  6. The default scene file includes a camera object and an include object.
  7. First, let's look at the include object.  To select the include object as 
  8. current (the fast way), use the cycle buttons (the lower 2 buttons to the
  9. right of the object name in the Object Properties window, marked "<" and
  10. ">").  Click on these buttons until the include object is current.
  11.  
  12. To see the include section of your scene, click on the checkered button
  13. in the upper-left hand corner of the Object Properties window  (for most
  14. objects this is the Texture edit button).  You will see a dialog box
  15. with the default include stuff.  You can add anything you want here 
  16. (comments, more includes, whatever), and they will be added to the
  17. top of the .POV file.  Click OK to accept the changes.
  18.  
  19. Now let's create an object.  Click the sphere button (the very left one) on
  20. the speedbar at the top of the screen.  You will be prompted for a name for
  21. the sphere.  Name it whatever you want (it's a good idea to name them 
  22. something you'll remember later, not 'sphere1' or 'bigsphere', but something
  23. like 'beachball' or 'earth'.  Once you've named the object, you'll see a
  24. sphere of radius one in the view windows.
  25.  
  26. Now let's make the sphere bigger.  Click on the button marked "U" in the
  27. Object Properties window.  This scales all three dimensions of the object
  28. uniformly.  Now put the mouse in any of the view windows except the 3D 
  29. window, and slowly drag the mouse across the window (it doesn't matter for
  30. uniform scaling whether you drag up-down or left-right.)  The object
  31. will get bigger or smaller.  Experiment with this awhile until you get a feel
  32. for it.  You can also type new scale dimensions in the Object Properties window
  33. directly.  After typing, click on the object properties window with the
  34. right mouse button to redraw all windows.  This manual redraw lets YOU control
  35. when you want to wait for redraws, instead of ALWAYS redrawing every
  36. window.  You can also turn windows off and on with the check boxes at the
  37. top of the screen, to the right of the export button (the one with the 
  38. little boat on it)
  39.  
  40. Our sphere needs a texture.  Click on the texture button (the one we used
  41. to see the include section).  To choose a texture from the dialog box,
  42. make that texture the current one and press the button marked "<-".
  43. Select OK when you've picked a texture.
  44.  
  45. Now, let's move the camera so out sphere is off-center.  Use the object cycle
  46. buttons to find the camera object.  Notice the "P" and "L" radio buttons
  47. by the translate section of the Object Properties window.  Select button
  48. "L" for look-at.  Go to the Side window, and drag the camera (the straight
  49. line) so its point is closer to the sphere's edge than right at it's center.
  50. Notice that as you move the camera, a tri-color gird appears in the 3d window.
  51. This gird will give you a good idea of where the camera is going to, and it's
  52. much faster than redrawing the whole scene as you move the camera.  The scene
  53. will redraw when you're done dragging the camera.  Now select radio button
  54. "P" and try to drag again.  Notice now you are moving the camera POINT  (where
  55. the user is standing).  You can now zoom the final scene in, out, or look at
  56. it from different angles.
  57.  
  58. Our scene will need a light source.  Click the button on the speedbar that
  59. looks like a sun to create a point light source, and name the light source.
  60. Light sources appear in the scene as little yellow spheres.
  61.  
  62. To change the color of the light, select the button to the right of the
  63. texture button.  Right now, that button has a sun on it.  the picture
  64. on this button changes depending on which object is current.  This is the
  65. Extended Edit button.  It will call forth a different dialog box for each
  66. object type that requires extended editing.  For many objects, extended
  67. editing isn't needed, and this button will be disabled.  
  68.  
  69. The light source extended edit dialog has three sliders to control the
  70. red, green and blue components of the light.  Change the color to any
  71. color you wish and select OK.  (note that spotlight edit boxes are also in
  72. this dialog box, but are disabled for point light sources).
  73.  
  74. You can also change the color of the light's RGB components directly on the 
  75. Object Properties window, in the edit boxes that are normally used for Scaling
  76. objects (no need to scale light sources!).
  77.  
  78. Now let's move the light somewhere "up" in our scene.  Select the T button on
  79. the Object Properties window (translate).  Go to the Front view window, press
  80. the mouse button, and drag the light source up by moving the mouse up.
  81.  
  82. What if you wanted to move the light higher than you can see on the scene?
  83. There are many ways to change the view windows.  Firstly, you can size the
  84. windows directly to any size you wish.  Or, you can "maximize" a window by
  85. going to the Window menu and selecting "Max" and then the window you wish to
  86. enlarge (this isn't a true Windows "maximize", the window's final size is the
  87. total size of the original four view windows.)  To put the windows back in
  88. their final place, select "Arrange all" in the Window menu. 
  89.  
  90. Lastly, you can zoom the camera point of the view windows by holding down the
  91. CTRL key and dragging the mouse up or down on the window.  The infamous
  92. Tri-color grid will show you the result of your zoom.
  93.  
  94. To export your scene, select the button with the little boat for Export.  It's
  95. in the center of the speedbar at the top of the screen.  You'll see a preview
  96. of the final .POV file.  If it looks good, click the Export button.  
  97.  
  98.  
  99.